home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Kalman Filter Tracking
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Sanders Associates, Inc.
- -- : 95 Canal Street, Nashua, NH 03061
- -- : Daryl R. Winters
- -- : (603) 885-9225
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Sanders Associates, Inc.
- -- DATE CREATED : June, 1985
- -- DATE RELEASED : June, 1985
- -- DATE LAST UPDATED :
- -- LOCATION : ASR
- -- ENVIRONMENT : DEC Ada / VMS
- -- : Started design with VMS TeleSoft 2.1
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : MATH
- -- CATEGORY LEVEL 2 : Kalman Filter Tracking
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Kalman Filter
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_14
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.MATH>KAL*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.MATH>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- KALINSTAL.DOC 33085 912
- -- KALMAN.CMM 568 30
- -- KALMAN.DIS 117 6
- -- KALMAN.PRO 3628 76
- -- KALMAN.SRC 441244 14736
- -- KALTEST.DAT 21447 355
- -- KALTEST.DIS 44 3
- -- KALV1.DIS 113 6
- -- KALV1.DOC 584614 30387
- -- KALV2.DIS 56 4
- -- KALV2.DOC 655958 36110
- -- =============== ========== ==========
- -- 11 Files 1740874 82625
- --= ABSTRACT ===============================================--
- -- This tool will consist of a Kalman Filter, a simple track-plot
- -- correlation model, an accounting procedure which handles track
- -- maintenance details, and an output procedure. The filter will be
- -- callable from outside the package as well as internally.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 5/85 1.0 Sanders Associates Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-